From: Juanma Barranquero Date: Sun, 23 May 2010 19:02:25 +0000 (+0200) Subject: * dispextern.h: Fix typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~4802^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6ec0221e1232cd6060124bf4c2e59210a75b110e;p=emacs.git * dispextern.h: Fix typo in previous change. --- diff --git a/src/dispextern.h b/src/dispextern.h index af262a05633..2c2463fc2de 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2912,7 +2912,7 @@ void redisplay_preserve_echo_area P_ ((int)); int set_cursor_from_row P_ ((struct window *, struct glyph_row *, struct glyph_matrix *, int, int, int, int)); void init_iterator P_ ((struct it *, struct window *, EMACS_INT, - EMACS_INIT, struct glyph_row *, enum face_id)); + EMACS_INT, struct glyph_row *, enum face_id)); void init_iterator_to_row_start P_ ((struct it *, struct window *, struct glyph_row *)); int get_next_display_element P_ ((struct it *));